Skip to content
Snippets Groups Projects
Commit 530cae73 authored by ben.franksen's avatar ben.franksen
Browse files

added regression test for clean compilation when including windows.h

Thanks to Mark Rivers who suggested this test.
parent 64e1c5fa
No related branches found
No related tags found
No related merge requests found
program include_windows_h
#ifdef _WIN32
%%#include <windows.h>
#endif
#include "simple.st"
...@@ -8,6 +8,7 @@ my $success = { ...@@ -8,6 +8,7 @@ my $success = {
sncExOpt_DuplOpt => 0, sncExOpt_DuplOpt => 0,
sync_not_monitored => 0, sync_not_monitored => 0,
syncq_not_monitored => 0, syncq_not_monitored => 0,
include_windows_h => 0,
}; };
my $warning = { my $warning = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment