mirror of
https://github.com/nothings/stb-imv
synced 2025-02-19 23:13:58 +03:00
release version 0.55
This commit is contained in:
parent
56195061fd
commit
43500fa8b3
2
imv.c
2
imv.c
@ -38,8 +38,10 @@
|
||||
;
|
||||
#undef set
|
||||
|
||||
// trivial error handling
|
||||
void error(char *str) { MessageBox(NULL, str, "imv(stb) error", MB_OK); }
|
||||
|
||||
// OutputDebugString with varargs, can be compiled out
|
||||
#ifdef _DEBUG
|
||||
int do_debug;
|
||||
void ods(char *str, ...)
|
||||
|
@ -1,4 +1,4 @@
|
||||
Version 0.55 [todo]
|
||||
Version 0.55 (2007-06-27)
|
||||
* feature: toggle filename label
|
||||
* feature: toggle entire border
|
||||
* feature: toggle white stripe in border
|
||||
|
@ -1 +1 @@
|
||||
set VERSION="0.54"
|
||||
set VERSION="0.55"
|
||||
|
Loading…
x
Reference in New Issue
Block a user