Windows compatibility fixes to "gpo" and the UI
[gpodder.git] / tools / win32-launcher / gpodder.h
blobdb123f8af0a850bd0acbab1ac9847a49c7779c2e
1 #ifndef _GPODDER_GPODDER_H
2 #define _GPODDER_GPODDER_H
4 #define PROGNAME "gPodder"
6 #define BAILOUT(s) { \
7 MessageBox(NULL, s, "Error launching " PROGNAME, MB_OK); \
8 exit(1); \
11 #endif