"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "layer0/File.h" between
pymol-v1.8.6.0.tar.bz2 and pymol-v2.1.0.tar.bz2

About: PyMOL is a Python-enhanced molecular graphics tool. It excels at 3D visualization of proteins, small molecules, density, surfaces, and trajectories. It also includes molecular editing, ray tracing, and movies. Open Source version.

File.h  (pymol-v1.8.6.0.tar.bz2):File.h  (pymol-v2.1.0.tar.bz2)
/* /*
* Copyright (c) Schrodinger, LLC. * Copyright (c) Schrodinger, LLC.
* *
* Basic file IO. * Basic file IO.
*/ */
#ifndef _H_File #ifndef _H_File
#define _H_File #define _H_File
#ifdef _WIN32
FILE * pymol_fopen(const char * filename, const char * mode);
#else
#define pymol_fopen fopen
#endif
char * FileGetContents(const char *filename, long *size); char * FileGetContents(const char *filename, long *size);
#endif #endif
 End of changes. 1 change blocks. 
0 lines changed or deleted 6 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)