X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=blobdiff_plain;f=lib%2Fos.h;fp=lib%2Fos.h;h=8452f7d2927dac47994b4528e3e1ed555b31d97e;hp=7aadc2f80b6f45f2ebc55ebc1b8c5c7a6c7c3591;hb=53bc7f90f1b258112e8f804a1894e29810c2a4e4;hpb=f4992808059471b4f7f0f75f0b2f526d37d7715f diff --git a/lib/os.h b/lib/os.h index 7aadc2f..8452f7d 100755 --- a/lib/os.h +++ b/lib/os.h @@ -29,6 +29,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ extern "C" { #endif +extern char*path_seperator; + #ifdef WIN32 char* getRegistryEntry(char*path); int setRegistryEntry(char*key,char*value);