repo.or.cz
/
wine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added missing goto in switch statement.
[wine.git]
/
include
/
storage.h
blob
10fd6935a712ff8e453eb2aa17aa0f50b3111a78
1
#ifndef __WINE_STORAGE_H
2
#define __WINE_STORAGE_H
3
4
/* "storage.h" is obsolete, you should include "objbase.h" instead */
5
6
#include
"objbase.h"
7
8
#endif