Skip to content

Commit a0f9dd7

Browse files
author
coder0xff
committed
Fixed compilation error
1 parent 7d0718f commit a0f9dd7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

QPFloat/Helpers.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,9 +563,6 @@ int FindHeadAndApplyRounding( ui32* buffer, int headScanBackStart )
563563
#pragma managed
564564
#endif
565565

566-
//TEST is defined when the build is set to Test, which generates an exe instead of a dll
567-
#ifdef TEST
568-
569566
#include "__float128.h"
570567
#include "ManagedQuadruple.h"
571568
#include <stdio.h>
@@ -594,6 +591,8 @@ return 0;
594591

595592
int dontCare = Initialize();
596593

594+
//TEST is defined when the build is set to Test, which generates an exe instead of a dll
595+
#ifdef TEST
597596
int main(void)
598597
{
599598
__float128 x = 1;

0 commit comments

Comments
 (0)