publish changes

This commit is contained in:
Archie 2024-09-29 02:04:03 +00:00
parent afc5064a7b
commit ac2c6ac843
1605 changed files with 3354 additions and 3354 deletions

View file

@ -1,5 +1,5 @@
#include "config.h"
#include <windows.h>
#include <arch.h>
#include <strsafe.h>
#include <assert.h>
#include "mp4FastAAClib.h"

View file

@ -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'))

View file

@ -1,4 +1,4 @@
#include <windows.h>
#include <arch.h>
#include "link_control.h"
static HCURSOR link_hand_cursor;

View file

@ -1,5 +1,5 @@
#pragma once
#include <windows.h>
#include <arch.h>
extern "C" {
void link_startsubclass(HWND hwndDlg, UINT id);

View file

@ -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"

View file

@ -1,5 +1,5 @@
#pragma once
#include <windows.h>
#include <arch.h>
#include "config.h"
extern HINSTANCE enc_fhg_HINST;

View file

@ -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"

View file

@ -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"