mirror of
https://github.com/sslab-gatech/winnie
synced 2026-06-08 17:35:47 +00:00
4 lines
125 B
C
4 lines
125 B
C
#pragma once
|
|
|
|
#define FATAL(f, ...) {printf(f ": GLE=%d\n", ##__VA_ARGS__##, GetLastError()); getc(stdin); ExitProcess(0); }
|