Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
7 changes: 2 additions & 5 deletions Core/Libraries/Source/WWVegas/WWDownload/registry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@
// Simple interface for storing/retrieving registry values
// Author: Matthew D. Campbell, December 2001

#include <string>

#define WIN32_LEAN_AND_MEAN
#include <windows.h>

#include "Registry.h"
#include <string>
#include "win.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