Changeset 40 for trunk/mediafolder/c
- Timestamp:
- May 6, 2023, 10:57:17 PM (2 years ago)
- Location:
- trunk/mediafolder/c/cddb
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mediafolder/c/cddb/cddb.cpp
r2 r40 526 526 } 527 527 528 cddb_read(int s,cddb * Cddb)528 int cddb_read(int s,cddb * Cddb) 529 529 { 530 530 char buffer[512]; -
trunk/mediafolder/c/cddb/pmcddb.cc
r4 r40 68 68 save it in the data file. */ 69 69 extern int read_and_parse(int s,cddb * Cddb); 70 extern cddb_read(int s,cddb * Cddb);70 extern int cddb_read(int s,cddb * Cddb); 71 71 extern int cddbConnectToHost(int * skt); 72 72 … … 498 498 WinSetPresParam(hwnd, 499 499 PP_FONTNAMESIZE,(ULONG)sizeof(DEFAULT_DIALOG_FONT), 500 DEFAULT_DIALOG_FONT );500 (PVOID) DEFAULT_DIALOG_FONT ); 501 501 } 502 502
Note:
See TracChangeset
for help on using the changeset viewer.