~ubuntu-branches/ubuntu/lucid/nsis/lucid

« back to all changes in this revision

Viewing changes to Source/afxres.h

  • Committer: Bazaar Package Importer
  • Author(s): Paul Wise
  • Date: 2008-09-01 07:20:44 UTC
  • mfrom: (3.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080901072044-mjev9xfej6i2d63t
Tags: 2.37-3
Add nsDialogs stack corruption fix from nsis 2.38

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include "Platform.h"
2
 
 
3
 
#ifndef IDC_STATIC
4
 
#define IDC_STATIC -1
5
 
#endif
 
1
/*
 
2
 * afxres.h
 
3
 * 
 
4
 * This file is a part of NSIS.
 
5
 * 
 
6
 * Copyright (C) 1999-2008 Nullsoft and Contributors
 
7
 * 
 
8
 * Licensed under the zlib/libpng license (the "License");
 
9
 * you may not use this file except in compliance with the License.
 
10
 * 
 
11
 * Licence details can be found in the file COPYING.
 
12
 * 
 
13
 * This software is provided 'as-is', without any express or implied
 
14
 * warranty.
 
15
 */
 
16
 
 
17
#include "Platform.h"
 
18
 
 
19
#ifndef IDC_STATIC
 
20
#define IDC_STATIC -1
 
21
#endif