registry.h

Go to the documentation of this file.
00001 /* Allan CORNET */
00002 /* Scilab, INRIA 2004 */
00003 
00004 #ifndef __REGISTRY__
00005 #define __REGISTRY__
00006 
00007 #include <windows.h>
00008 #include "stack-c.h"
00009 #include "version.h"
00010 #include "bcg.h"
00011 /*-----------------------------------------------------------------------------------*/
00012 void ReadRegistryTxt (LPTW lptw);
00013 void WriteRegistryTxt (LPTW lptw);
00014 /*-----------------------------------------------------------------------------------*/
00015 void ReadRegistryGraph (struct BCG *ScilabGC);
00016 void WriteRegistryGraph (struct BCG *ScilabGC);
00017 /*-----------------------------------------------------------------------------------*/
00018 #endif /* __REGISTRY__ */

Generated on Sun Mar 4 15:03:54 2007 for Scilab [trunk] by  doxygen 1.5.1