Skip to content

Commit

Permalink
Fix ntext compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
shorthorn-project committed Nov 7, 2023
1 parent 550b3bb commit f67fcfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion wrappers/base/ntext_wrapper/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,7 @@ typedef struct __declspec(align(16)) _YY_CV_WAIT_BLOCK
#if defined(_M_AMD64)
#define CONTEXT_i386 0x00010000
#define CONTEXT_i486 0x00010000
#endif

#define CONTEXT_I386_CONTROL (CONTEXT_i386 | 0x0001) /* SS:SP, CS:IP, FLAGS, BP */
#define CONTEXT_I386_INTEGER (CONTEXT_i386 | 0x0002) /* AX, BX, CX, DX, SI, DI */
Expand All @@ -1170,7 +1171,6 @@ typedef struct __declspec(align(16)) _YY_CV_WAIT_BLOCK
#define CONTEXT_I386_XSTATE (CONTEXT_i386 | 0x0040)
#define CONTEXT_I386_FULL (CONTEXT_I386_CONTROL | CONTEXT_I386_INTEGER | CONTEXT_I386_SEGMENTS)
#define CONTEXT_I386_ALL (CONTEXT_I386_FULL | CONTEXT_I386_FLOATING_POINT | CONTEXT_I386_DEBUG_REGISTERS | CONTEXT_I386_EXTENDED_REGISTERS)
#endif

#ifdef _M_IX86
#define CONTEXT_AMD64 0x00100000
Expand Down
8 changes: 4 additions & 4 deletions wrappers/sdk/include/wsdk/common_wrappers_ver.rc
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/

#define WINE_FILEVERSION 6,0,6003,18032
#define WINE_FILEVERSION_STR "3.2.0"
#define WINE_PRODUCTVERSION 3,2,0
#define WINE_PRODUCTVERSION_STR "6.0.6003.18032"
#define WINE_FILEVERSION 6,0,6003,18033
#define WINE_FILEVERSION_STR "3.0.3"
#define WINE_PRODUCTVERSION 3,0,3
#define WINE_PRODUCTVERSION_STR "6.0.6003.18033"

#include "one_core-api_common_ver.rc"

0 comments on commit f67fcfb

Please sign in to comment.