http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
efb185d
)
d3dx9_36: Quiet a noisy fixme.
author
Louis Lenders
<xerox_xerox2000@yahoo.co.uk>
Fri, 12 Nov 2010 09:44:09 +0000
(10:44 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 12 Nov 2010 14:43:08 +0000
(15:43 +0100)
dlls/d3dx9_36/surface.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/d3dx9_36/surface.c
b/dlls/d3dx9_36/surface.c
index e4d1802658e7095539560ed59d3c5c1699dd3883..e9af051dd99e790a52c77915697d0960d2fbb347 100644
(file)
--- a/
dlls/d3dx9_36/surface.c
+++ b/
dlls/d3dx9_36/surface.c
@@
-59,8
+59,10
@@
HRESULT WINAPI D3DXGetImageInfoFromFileInMemory(LPCVOID data, UINT datasize, D3D
IWICStream *stream;
HRESULT hr;
HRESULT initresult;
+ static int warn_once;
- FIXME("(%p, %d, %p): partially implemented\n", data, datasize, info);
+ if (!warn_once++)
+ FIXME("(%p, %d, %p): partially implemented\n", data, datasize, info);
/* TODO: Add support for (or at least detect) TGA, DDS, PPM and DIB */