This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed bug #925
Changed "win32" to "windows"
- Loading branch information
File 15 of 130 in
16acfd8
|
@@ -125,8 +125,8 @@ |
|
|
#define __SOLARIS__ 1 |
|
|
#endif |
|
|
#if defined(WIN32) || defined(_WIN32) |
|
|
#undef __WIN32__ |
|
|
#define __WIN32__ 1 |
|
|
#undef __WINDOWS__ |
|
|
#define __WINDOWS__ 1 |
|
|
#endif |
|
|
|
|
|
#if defined(__NDS__) |
|
|
Oops, something went wrong.
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.