Changeset 192 for winamp-musepack/trunk/winamp-musepack/in_mpc.cpp
- Timestamp:
- 12/25/06 23:45:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
winamp-musepack/trunk/winamp-musepack/in_mpc.cpp
r191 r192 93 93 void config(HWND hwndParent) 94 94 { 95 MessageBox (hwndParent, "No configuration yet", "Configuration", MB_OK);95 MessageBoxA(hwndParent, "No configuration yet", "Configuration", MB_OK); 96 96 } 97 97 void about(HWND hwndParent) 98 98 { 99 MessageBox (hwndParent,"Musepack plugin for winamp\nAll bugs © Nicolas BOTTI", "Uh ?", MB_OK);99 MessageBoxA(hwndParent,"Musepack plugin for winamp\nAll bugs © Nicolas BOTTI", "Uh ?", MB_OK); 100 100 } 101 101
Note: See TracChangeset
for help on using the changeset viewer.