repo.or.cz
/
gpodder.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Windows compatibility fixes to "gpo" and the UI
[gpodder.git]
/
tools
/
win32-launcher
/
gpodder.h
blob
db123f8af0a850bd0acbab1ac9847a49c7779c2e
1
#ifndef _GPODDER_GPODDER_H
2
#define _GPODDER_GPODDER_H
3
4
#define PROGNAME
"gPodder"
5
6
#define BAILOUT(s) { \
7
MessageBox(NULL, s,
"Error launching "
PROGNAME, MB_OK); \
8
exit(1); \
9
}
10
11
#endif
12