Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 commits
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
5 changes: 1 addition & 4 deletions Core/Libraries/Source/WWVegas/WWDownload/registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@
// Author: Matthew D. Campbell, December 2001

#include <string>

#define WIN32_LEAN_AND_MEAN
#include <windows.h>

#include <win.h>
Comment thread
xezon marked this conversation as resolved.
Outdated
#include "Registry.h"

bool getStringFromRegistry(HKEY root, std::string path, std::string key, std::string& val)
Expand Down
1 change: 0 additions & 1 deletion Core/Libraries/Source/WWVegas/WWLib/thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
** along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#define _WIN32_WINNT 0x0400

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


#define NUM_ALPHA_TILES 8

class WorldHeightMapEdit : public WorldHeightMap
{
protected:
Expand Down
Loading