1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00

Mintest changes

This commit is contained in:
Brian Fiete 2019-11-25 06:48:19 -08:00
parent 94b385495a
commit 79ccb33586
10 changed files with 253 additions and 221 deletions

View file

@ -1,4 +1,5 @@
#define _ENABLE_ATOMIC_ALIGNMENT_FIX
//2
#define _ENABLE_ATOMIC_ALIGNMENT_FIX
#include <windows.h>
#include <stdlib.h>
@ -82,7 +83,7 @@ StructA GetSA()
return StructA();
}
// THIS IS VERSION 3.
// THIS IS VERSION 6.
extern "C"
__declspec(dllexport) void Test2(int aa, int bb, int cc, int dd)
{
@ -107,9 +108,6 @@ __declspec(dllexport) void Test2(int aa, int bb, int cc, int dd)
int a = 123;
int b = 234;
int c = 345;
//GetA();
//GetB();
}
extern "C"