mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
638f169b1e
See Changelog for changes between 990103 and 990110.
8 lines
153 B
C
8 lines
153 B
C
#ifndef __WINE_STORAGE_H
|
|
#define __WINE_STORAGE_H
|
|
|
|
/* "storage.h" is obsolete, you should include "objbase.h" instead */
|
|
|
|
#include "objbase.h"
|
|
|
|
#endif
|