mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 20:31:35 +00:00
9 lines
153 B
C
9 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
|