Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Core/Libraries/Source/WWVegas/WWDownload/registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@

#include <string>

#ifndef WIN32_LEAN_AND_MEAN
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
Comment thread
xezon marked this conversation as resolved.
Outdated

#include "Registry.h"
Expand Down
2 changes: 2 additions & 0 deletions Core/Libraries/Source/WWVegas/WWLib/thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
** along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0400
Comment thread
xezon marked this conversation as resolved.
Outdated
#endif

#include "thread.h"
#include "Except.h"
Expand Down
2 changes: 2 additions & 0 deletions Generals/Code/Tools/WorldBuilder/include/WHeightMapEdit.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ typedef struct
} TGlobalTextureClass;


#ifndef NUM_ALPHA_TILES
#define NUM_ALPHA_TILES 8
Comment thread
xezon marked this conversation as resolved.
Outdated
#endif

class WorldHeightMapEdit : public WorldHeightMap
{
Expand Down
Loading