publish changes
This commit is contained in:
parent
afc5064a7b
commit
ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "config.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <strsafe.h>
|
||||
#include <assert.h>
|
||||
#include "mp4FastAAClib.h"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "mp4FastAAClib.h"
|
||||
#include <windows.h> // or MAX_PATH
|
||||
#include <arch.h> // or MAX_PATH
|
||||
|
||||
|
||||
#define ENCODER_TYPE_MPEG4 (mmioFOURCC('A','A','C','f'))
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include "link_control.h"
|
||||
|
||||
static HCURSOR link_hand_cursor;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
|
||||
extern "C" {
|
||||
void link_startsubclass(HWND hwndDlg, UINT id);
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#pragma message(__FILE__": telling linker to ignore libmmd.lib")
|
||||
|
||||
#include "FhGAACEncoder.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <mmsystem.h>
|
||||
#include <stdio.h>
|
||||
#include "../nsv/enc_if.h"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include "config.h"
|
||||
|
||||
extern HINSTANCE enc_fhg_HINST;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "config.h"
|
||||
#include "preferences.h"
|
||||
#include "../Winamp/wa_ipc.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <assert.h>
|
||||
#include "resource.h"
|
||||
#include "link_control.h"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#include "config.h"
|
||||
#include "preferences.h"
|
||||
#include "../Winamp/wa_ipc.h"
|
||||
#include <windows.h>
|
||||
#include <arch.h>
|
||||
#include <assert.h>
|
||||
#include "resource.h"
|
||||
#include "link_control.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue